home *** CD-ROM | disk | FTP | other *** search
- ## spawn_test
- # spawn MessageBox.exe three different ways
- # Assumptions:
- # 1. MessageBox.exe exists in c:\bin (prints commandline)
- {
- -name spawn_test
- -start
- -stop
- -command c:\bin\MessageBox hello world (asynchronous #1)
- -command c:\bin\MessageBox hello world (asynchronous #2)
- -command -detach c:\bin\MessageBox hello world (detach #3)
- -command -detach c:\bin\MessageBox hello world (detach #4)
- -command -wait c:\bin\MessageBox hello world (synchronous #1)
- -command -wait c:\bin\MessageBox hello world (synchronous #2)
- -command -wait c:\bin\MessageBox hello world (synchronous #3)
- -action -print ok, test complete!
- }
-